func runtime.acquirep

12 uses

	runtime (current package)
		proc.go#L1946: 		acquirep(gp.m.nextp.ptr())
		proc.go#L2294: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L3014: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3275: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3676: 				acquirep(pp)
		proc.go#L3685: 			acquirep(pp)
		proc.go#L3693: 			acquirep(pp)
		proc.go#L3760: 			acquirep(pp)
		proc.go#L4953: 		acquirep(pp)
		proc.go#L5001: 		acquirep(pp)
		proc.go#L5957: 		acquirep(pp)
		proc.go#L6015: func acquirep(pp *p) {